home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0040.dms / q0040.adf / disass / README.sjh < prev    next >
Text File  |  1990-12-05  |  1KB  |  26 lines

  1.  
  2.   This directory contains a small program to disassemble object files, it 
  3. has been written to work with the object files that NorthC produces.  I 
  4. do not have a specification of how object files are meant to work so I 
  5. have had to guess for most of the structure.
  6.  
  7.   The code that translates the instructions to assembly language was 
  8. written by Martin Combs, his original program was included on NorthC 1.2, 
  9. I have not altered this code much.  What I have done is to add some code 
  10. that understands how Amiga object files are split into hunks, and prints 
  11. out the data and bss sections.
  12.  
  13.   The program has two switches, "-l" will cause the text segments to be 
  14. printed as though they were data segments, "-h" will not print out the data 
  15. but just give an overall structure of the object file.
  16.  
  17.   I wrote most of this program in an attempt to track down a nasty bug, 
  18. the program can only cope with things that I have seen somewhere, if you 
  19. can think of some improvements I would like to hear from you.
  20.  
  21.   I would like to thank Martin Combs for the hard work that went into the 
  22. actual disassembler part of the program.
  23.  
  24.  
  25. Steve Hawtin.
  26.